home *** CD-ROM | disk | FTP | other *** search
/ PC Format 10 (5.25") / PC Format - Issue 10 July 1992 - Disk 2.ima / PCF.BAT < prev   
DOS Batch File  |  2007-03-30  |  456b  |  34 lines

  1. echo off
  2. cls
  3. disp menu\pcfiss10 1
  4.  
  5. :start
  6. nocurs
  7. disp \menu\pcfiss10 2
  8. getkey cfx
  9.  
  10. if errorlevel 3 goto quit
  11. if errorlevel 2 goto pub
  12. if errorlevel 1 goto cool
  13.  
  14. :pub
  15. cls
  16. echo Copying additional PFS: First Publisher files to C:\PUB...
  17. copy \fp\*.* c:\pub
  18. cls
  19. echo Files have now been copied to PFS: First Publisher
  20. pause
  21. goto start
  22.  
  23. :cool
  24. cd\coolcroc
  25. playcool
  26. cd..
  27. goto start
  28.  
  29. :quit
  30. cls
  31. disp \menu\pcfend 1
  32. pause
  33. cursor
  34. cls